<xs:complexType name="PackageWeightType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="Weight" type="xs:int" nillable="false" minOccurs="0" />
<xs:element name="Measure" type="WeightMeasureType" nillable="false" minOccurs="0" />
</xs:sequence>
</xs:complexType> |